DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexCollection<T> Class / Item Property
Key selector expression of an index, see IndexDefinition<T>.KeySelector.

In This Topic
    Item Property (IndexCollection<T>)
    In This Topic
    Gets the index with the specified key selector.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal key As LambdaExpression _
    ) As Index(Of T)
    public Index<T> this[ 
       LambdaExpression key
    ]; {get;}

    Parameters

    key
    Key selector expression of an index, see IndexDefinition<T>.KeySelector.
    See Also